PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFFunction Class / createFromCosFunction Method
The COS function.
In This Topic
    createFromCosFunction Method
    In This Topic
    Creates a PDFFunction based on a COS function.
    Syntax
    public static PDFFunction createFromCosFunction( 
       PDFCosDictionary cosFunction
    )

    Parameters

    cosFunction
    The COS function.
    See Also